;Run Windows Xp games by [ac] v0.3
on 1:LOAD:{
  echo - Your Have Successfully Loaded Run Windows Xp games v0.3 For mIRC
}
on 1:UNLOAD:{
  echo -a Unload Successfull.
}
menu * {
  Run Windows XP games by [ac]: {
    dialog -m acgames acgames
  }
}

dialog acgames {
  title "Run Windows Xp games by `[ac] v0.3"
  size -1 -1 200 160
  option dbu
  tab "XP GAMES (1)",1,-1 -2 200 173
  button "FreeCell",2,50 40 80 25, tab 1
  button "Solitaire",3,50 70 80 25, tab 1
  text "Run Windows XP games", 19, 7 140 60 8
  button "Quit", 20,  60 110 60 16, cancel
  link "//myacsite.tk", 18, 6 150 60 8
  tab "XP GAMES (2)",4
  button "Internet Reversi",5,50 20 80 25, tab 4
  button "Internet Checkers",6,50 50 80 25, tab 4
  button "Internet Spades",7,50 80 80 25, tab 4
  tab "XP GAMES (3)",8
  button "Internet Backgammon",9,50 20 80 25, tab 8
  button "Internet Hearts",10,50 50 80 25, tab 8
  button "Spider Solitaire",11,50 80 80 25, tab 8
  tab "XP GAMES (4)",12
  button "Minesweeper",13,50 20 80 25, tab 12
  button "Pinball",14,50 50 80 25, tab 12
  button "Hearts",15,50 80 80 25, tab 12
}

on *:dialog:acgames:sclick:2: {
  /run \Documents and Settings\All Users\Start Menu\Programs\Games\FreeCell

}

on *:dialog:acgames:sclick:3: {
  /run \Documents and Settings\All Users\Start Menu\Programs\Games\Solitaire
}

on *:dialog:acgames:sclick:5: {
  /run \Documents and Settings\All Users\Start Menu\Programs\Games\Internet Reversi
}

on *:dialog:acgames:sclick:6: {
  /run \Documents and Settings\All Users\Start Menu\Programs\Games\Internet Checkers  
}

on *:dialog:acgames:sclick:7: {
  /run \Documents and Settings\All Users\Start Menu\Programs\Games\Internet Spades
}

on *:dialog:acgames:sclick:9:{
  /run \Documents and Settings\All Users\Start Menu\Programs\Games\Internet Backgammon
}

on *:dialog:acgames:sclick:10: {
  /run \Documents and Settings\All Users\Start Menu\Programs\Games\Internet Hearts
}

on *:dialog:acgames:sclick:11: {
  /run \Documents and Settings\All Users\Start Menu\Programs\Games\Spider Solitaire
}

on *:dialog:acgames:sclick:13: {
  /run \Documents and Settings\All Users\Start Menu\Programs\Games\Minesweeper
}

on *:dialog:acgames:sclick:14: {
  /run \Documents and Settings\All Users\Start Menu\Programs\Games\Pinball
}

on *:dialog:acgames:sclick:15: {
  /run \Documents and Settings\All Users\Start Menu\Programs\Games\Hearts
}
on *:dialog:acgames:sclick:18: {
  /run www.myacsite.tk
}
